home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
cbibcode.arc
/
HIGHVIDO.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-08-05
|
264 b
|
13 lines
/* p883.c --- bible */
#include <conio.h>
main()
{
gotoxy(10, 2);
cputs("This is current attribute\n\r");
highvideo();
cputs("This is after calling 'highvideo'\n\r");
lowvideo();
getch();
cputs("This is after calling 'lowvideo'\n\r");
getch();
}